Lesson 2: Image SegmentationΒΆ
β³ Note (Kernel Starting): This notebook takes about 30 seconds to be ready to use. You may start and watch the video while you wait.
- In this classroom, the libraries have been already installed for you.
- If you would like to run this code on your own machine, you need to install the following:
!pip install ultralytics torch
Load the sample imageΒΆ
InΒ [115]:
from PIL import Image
raw_image = Image.open("dogs.jpg")
raw_image
Out[115]: